home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Securite / Password Safe / pwsafe-3.35.exe / pwsafeFR.chm / html / style.css < prev   
Cascading Style Sheet File  |  2014-12-27  |  960b  |  77 lines

  1.  
  2.  
  3. BODY    {
  4.     font-family:"Trebuchet MS",verdana,arial,helvetica,tahoma;
  5.     color:black;
  6.     font-size="small";
  7.     background-color: white;
  8.  
  9.     }
  10.  
  11.  
  12. A:link {color: #0069CE; text-decoration: none;} 
  13. A:visited {color: #0069CE; text-decoration: none;}
  14. A:active {color: #B22222; text-decoration: none;}
  15. A:hover { Color: maroon; text-decoration: underline;}
  16. }
  17.  
  18.  DD {
  19.           text-indent: 10%;
  20.      }
  21.  
  22. li p
  23.     {
  24.     margin-top: .75em;
  25.     margin-bottom: 1.25em;    
  26.     }    
  27.  
  28. li
  29.     {
  30.     margin-left: .15in;
  31.     }     
  32.  
  33. ol li    
  34.     {
  35.     margin-left: .10in;
  36.     } 
  37.  
  38. ul
  39.     {
  40.     list-style: disc;
  41.     }
  42.  
  43. ul.onestep
  44.     {
  45.     list-style: disc;
  46.     }
  47.  
  48.  
  49.  
  50.  
  51.  
  52. /* tables */
  53.  
  54.  
  55. table     { font-size: 100%;
  56.         text-align: left;
  57.         margin-top: 0em;
  58.         }
  59.  
  60. tr        { margin: .25em;
  61.         vertical-align: top;
  62.         }
  63.             
  64. th         { text-align: left;
  65.         margin: .25em;
  66.         vertical-align: top;
  67.         background: #ffffff;
  68.         }
  69.                         
  70. td        { margin: .25em;
  71.         
  72.         vertical-align: top;
  73.         padding: 0;
  74.         }
  75.  
  76.  
  77.